Package pythoncapi-compat-devel-1:0^20251105.44c8e14-1.el10_0.noarch
| Name | pythoncapi-compat-devel |
|---|---|
| Epoch | 1 |
| Version | 0^20251105.44c8e14 |
| Release | 1.el10_0 |
| Architecture | noarch |
| Website/URL | https://github.com/python/pythoncapi-compat |
| License | 0BSD |
| Build Time | 2025-11-07 09:07:53 |
| Build Host | builder-x86-03.inferitos.ru |
| Summary | Python C API compatibility |
| Repositories | Extras |
| Description | The pythoncapi-compat project can be used to write a C or C++ extension supporting a wide range of Python versions with a single code base. It is made of the pythoncapi_compat.h header file and the upgrade_pythoncapi.py script. This package provides the compatibility header library pythoncapi_compat.h. |
| Errata | — |
| Size | 29 KiB |
| Source Project | pythoncapi-compat-0^20251105.44c8e14-1.el10_0 |
| SHA-256 checksum | 4d82059029b0245501b3b0e463e072a9345cb597469792517615f02a56182ba0 |
×
* Thu Nov 06 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:0^20251105.44c8e14-1 - Update to 0^20251105.44c8e14 - Add `PyUnstable_TryIncref()` and `PyUnstable_EnableTryIncRef()` * Thu Oct 16 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:0^20251015.e510a7b-1 - Update to 0^20251015.e510a7b - Add an Epoch since the previous update had the wrong date - Switch snapshot info from <date><scm><revision> to <date>.<revision> * Wed Oct 15 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20251114git6c77b6b-1 - Update to 0^20251114git6c77b6b - `PyConfig_Get()` is also available on Python 3.8 - Add `PyUnstable_Unicode_GET_CACHED_HASH()` function - Add `PyTuple_FromArray()` function * Fri Oct 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20251003git97f1582-2 - Fix varargs indicator for `PyBytesWriter_Format` * Fri Oct 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20251003git97f1582-1 - Update to 0^20251003git97f1582 - Fix compiler warnings for `PyBytesWriter_Format` * Fri Sep 19 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250918gitab72af8-1 - Update to 0^20250918gitab72af8 - PEP 782: Add PyBytesWriter C API * Mon Sep 01 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250901git90c06a4-1 - Update to 0^20250901git90c06a4 - Add `PyUnstable_Object_IsUniquelyReferenced` * Sat Aug 09 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250809git5e31710-1 - Update to 0^20250809git5e31710 - Fixed a typo in a comment in `upgrade_pythoncapi.py` * Tue Jun 24 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250624gitb541b98-1 - Update to 0^20250624gitb541b98 - Avoid `%T` format in error message * Mon Jun 09 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250609gitffae0ff-1 - Update to 0^20250609gitffae0ff - Add `PyUnicodeWriter_WriteASCII()`